home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / engine.swf / scripts / DefineSprite_321 / frame_60 / DoAction.as
Encoding:
Text File  |  2005-11-03  |  492 b   |  15 lines

  1. cancel_btn.onRelease = cancel_btn.onReleaseOutside = function()
  2. {
  3.    this._parent.gotoAndStop("init");
  4. };
  5. okay_btn.onRelease = okay_btn.onReleaseOutside = function()
  6. {
  7.    var _loc2_ = undefined;
  8.    var _loc1_ = undefined;
  9.    _loc2_ = platform != "mac" ? downloads.byPath("pc") : downloads.byPath("mac");
  10.    _loc1_ = _loc2_.byPath("dictionary").getText();
  11.    getURL("lingo:Flsh_downloadAsset(\"" + _loc1_ + "\",3,\"folder\")","");
  12.    this._parent.gotoAndStop("init");
  13. };
  14. stop();
  15.